home *** CD-ROM | disk | FTP | other *** search
/ Whiteline: Alpha / Whiteline Alpha.iso / dl_serie / 020 / gemar / xfs / gemarxfs.par < prev    next >
Encoding:
Text File  |  1994-09-25  |  1.2 KB  |  59 lines

  1. # @(#) Parameters for GEMAR.XFS
  2. # @(#) (c) S. Engel 1993
  3. #
  4. # preliminary
  5. #
  6. # No Checks for correct Parameters!!
  7. #
  8.  
  9. # device to use for XFS
  10. DEVICE       = Z     GEMDOS-Device
  11.  
  12. # Name for MiNT >= 1.08 to install XFS in.
  13. # If this parameter is not given, the Filesystem will be mounted in DEVICE, as
  14. # under MiNT < 1.08
  15. # Use it for MiNT >= 1.10!
  16. XFSNAME      = GEMAR-Tape
  17.  
  18. # buffersize for buffering u:\dev\mt
  19. BUFFER       = 100   kBytes
  20.  
  21. # buffered read of u:\dev\mt on
  22. BUFFERED     = ON
  23.  
  24. # Parameters as known by GEMAR
  25. PREMSGTIME   = 2      ticks
  26. POSTMSGTIME  = 3      ticks
  27. DATATIMEOUT  = 1200   seconds
  28. BLOCKSIZE    = 512    Bytes
  29.  
  30. #
  31. # Port: ALIA, DMA, SCSI
  32. #
  33. UNIT         = SCSI
  34.  
  35. # DMA-Target (valid if Port = DMA|ALIA)
  36. TARGET       = 0
  37. # SCSI-Id (valid if Port # DMA)
  38. SCSIID       = 2
  39.  
  40. # Timeouts for Tape-Access
  41. LOADTIME     = 120   seconds
  42. REWINDTIME   = 120   seconds
  43. SPACETIME    = 120   seconds
  44.  
  45. # Quick File Access NONE|SEEK|LOCATE
  46. QFA          = NONE
  47.  
  48. # SCSI-Commands supported by the Streamer (setting additional)
  49. CMD          = LOAD
  50. CMD          = UNIT_READY
  51. #CMD          = MODE_SELECT
  52. CMD          = PREVENT_REMOVAL
  53.  
  54. #
  55. # Where's the keyfile
  56. #
  57. KEYFILE      = E:\HM2\USER\GEMAR\GEMAR.KEY
  58.  
  59.